p{
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none !important;
}
.gts_top {
    background-color: #f3f4f8;
    height: 35px;
}
.gts_top_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;
}
.gtsfl p {
    font-size: 14px;
    color: rgba(23, 36, 52, 1);
}
.gtsfr a {
    position: relative;
    font-size: 14px;
    color: rgba(23, 36, 52, 1);
}
.gtsfr {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 0 0 20%;
}
.gtsfr a:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 1px;
    background: rgba(23, 36, 52, 1);
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
}
.gtsfr a:nth-child(1):after {
    display: none;
}
.gts_nav_button {
    display: none;
}
.gts_middle_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
}
.gts_logo {
    display: flex;
    align-items: center;
    flex: 0 0 25%;
    justify-content: space-between;
}
.gts_logo img {
    width: 100%;
}
.gts_logo a:first-child {
    display: block;
    flex: 0 0 25%;
}
.gts_logo a:last-child {
    display: block;
    flex: 0 0 70%;
}
.gts_logo strong {
    font-size: 36px;
    display: block;
    color: rgba(23, 36, 52, 1);
    line-height: 1.3;
}
.gts_logo span {
    display: block;
    font-size: 18px;
    color: rgba(23, 36, 52, 1);
}
.gts_search {
    flex: 0 0 35%;
}
.gts_tel {
    flex: 0 0 30%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.gts_search form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gts_search input {
    flex: 0 0 85%;
    align-self: center;
    height: 40px;
    outline: none;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-right: none;
}
.gts_search button {
    flex: 0 0 15%;
    border: none;
    background: #0064c8;
    height: 40px;
    outline: none;
    color: #ffffff;
}
.gts_tel a {
    font-size: 34px;
    margin-left: 10px;
    color: #0064c8;
}
.navigation {
    background: #182c44;
}
.navflex {
    height: 52px;
}
.nav_item a {
    display: block;
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
    position: relative;
    height: 52px;
    line-height: 52px;
}
.nav_item:hover a:before {
    width: 100%;
}
.nav_item a:before {
    width: 0;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 10;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #ffffff;
    content: "";
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.nav_item a:hover {
    color: #ffffff;
}
.nav_item.active a {
    color: #ffffff;
}
.nav_item.active a:before {
    width: 100%;
}
.gtsfr a:hover {
    color: #0064c8;
}



.gts_scr {
    background: #f3f4f8;
    padding: 60px 0;
}

.gts_scr_form {
    margin-top: 60px;
}
.gts_scr_form_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gts_scr_form_flex .gts_scr_input{
    position: relative;
}
.gts_scr_form_flex .gts_scr_input i {
    width: 1px;
    height: 20px;
    background: #ccc;
    position: absolute;
    right: 0px;
    top: 22px;
}
.gts_scr_form_flex .gts_scr_input input {
    display: block;
    height: 60px;
    width: 340px;
    padding-left: 50px;
    border: 2px solid #0064c8;
    border-right: none;
    box-sizing: border-box;
    outline: none;
}
.gts_scr_form_flex .gts_scr_input .input_msg {
    background: url(../img/dljz-icon-msg.png) 15px 50% no-repeat;
}
.gts_scr_form_flex .gts_scr_input .input_name {
    background: url(../img/dljz-icon-name.png) 15px 50% no-repeat;
    border-left: none;
}
.gts_scr_form_flex .gts_scr_input .input_phone {
    background: url(../img/dljz-icon-phone.png) 15px 50% no-repeat;
    border-left: none;
}
.gts_scr_form_flex .gts_scr_input .input_submit {
    width: 180px;
    background: #0064c8;
    font-size: 18px;
    border-color: #0064c8;
    height: 60px;
    color: #fff;
    cursor: pointer;
    padding-left: 0px;
}
.title_public p {
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    font-size: 34px;
    font-weight: 700;
    color: #0064c8;
    text-align: center;
    line-height: 50px;
}

.gts_sli_item {
    color: #666;
    font-size: 12px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}
.gts_sli_item i{font-style: normal;margin-left: 15px;font-size: 12px;}
.announ_tit{color: #fff;float: left;font-size: 12px;height: 30px;line-height: 30px;padding: 0 10px;background:#007bff;position: relative;}
.gts_scr_mes {
    padding: 20px 0;
    border-bottom: dotted 1px #ccc;
}
.gts_demand {
    padding: 60px 0;
    background: #ffffff;
}
.gts_demand_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
}
.gts_demand_box img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.gts_demand_box {
    width: 16%;
    transition: 400ms;
    position: relative;
}
.gts_demand_box.active {
    width: 50%;
}
.gts_demand_inner {
    position: absolute;
    bottom: 0;
    z-index: 11;
    width: 100%;
}
.gts_demand_text {
    display: none;
}
.gts_demand_box:after {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.85;
    display: block;
    bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(58 46 49 / 34%) !important;
}
.gts_demand_title a {
    font-size: 12px;
    color: #ffffff;
    position: relative;
    z-index: 11;
    margin: 10px 10px 50px;
    display: block;
    background: rgb(0 100 200);
    padding: 5px 0;
    text-decoration: none;
    text-align: center;
}
.gts_demand_box.active .gts_demand_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 80%;
    flex-wrap: wrap;
}
.gts_demand_box.active .gts_demand_inner {
    top: 50%;
    transform: translateY(-50%);
}
.gts_demand_box.active .gts_demand_title a {
    display: block;
    font-size: 26px;
    width: 80%;
    margin: 0 auto 5%;
    text-align: left;
    background: unset;
    font-weight: 600;
}
.gts_demand_text a {
    width: 100%;
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    display: block;
    padding-left: 30px;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.gts_demand_text a:before {
    content: "";
    width: 15px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}
.gts_value {
    background: url(../img/goutong.jpg) no-repeat;
    padding: 60px 0;
    background-size: cover;
}

.gts_value_flex {
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.gts_value_box {
    background: #ffffff;
    padding: 30px 0;
    width: 24%;
    margin-top: 60px;
}
.gts_value_box img {
    display: block;
    margin: 0 auto;
    width: 58px;
}
.gts_value_box p {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    color: #182434;
}
.gts_value_box h3 {
    font-weight: bold;
    font-size: 18px;
    margin-top: 18px;
    color: #000000;
    display: block;
    text-align: center;
    margin-bottom: 13px;
}
.gts_value_box a {
    text-align: center;
    display: block;
    border: 1px solid #007afe;
    color: #007afe;
    line-height: 38px;
    height: 38px;
    width: 120px;
    margin: 25px auto 10px;
    text-decoration: none;
    font-size: 14px;
}
.gts_value_box:hover {
    transform: translateY(-5px);
}
.gts_value_box:hover a {
    color: #ffffff;
    border: 1px solid #007afe;
    background: #007afe;
}
.gts_demand_box.active .gts_demand_title a:after {
    width: 50px;
    content: "";
    position: absolute;
    height: 2px;
    background: #ffffff;
    left: 0;
    top: 60px;
}
.gts_demand_box.active:after {
    background: #000000d9 !important;
}
.gts_demand_text a:hover {
    color: #00c3ff;
}
.gts_demand_text a:hover:before {
    background: #00c3ff;
}
.gts_quick {
    background: #f3f4f8;
    padding: 60px 0;
}
.gts_quick_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 60px;
}
.gts_quick_box:nth-child(1) {
    width: 66%;
    margin-top: 0px;
    padding: 30px;
    background: url(../img/bg.png) no-repeat right bottom #4978f2;
    background-size: contain;
}
.gts_quick_box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.gts_quick_box p {
    font-size: 14px;
    color: #ffffff;
    line-height: 2;
}
.gts_quick_box:nth-child(2), .gts_quick_box:nth-child(3), .gts_quick_box:nth-child(4), .gts_quick_box:nth-child(5) {  
    width: 32.084%;  
}
.gts_quick_box:nth-child(2){
    margin-top: 0;
}
.gts_quick_box:nth-child(1) a {
    border: 2px solid #fff;
    color: #fff;
    line-height: 36px;
    display: block;
    width: 20%;
    text-align: center;
    margin-top: 20px;
    display: none;
}

.gts_quick_box {
    position: relative;
    margin-top: 25px;
    background: #fff;
    padding: 30px;
}
.gts_quick_box .gts_quick_img {
    flex: 0 0 30%;
}
.gts_quick_box .gts_quick_text {
    flex: 0 0 68%;
}
.gts_quick_box a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gts_quick_text h3 {
    color: #000000;
    font-size: 24px;
}
.gts_quick_text p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 15px;
    color: #182434;
}
.gts_quick_text span {
    width: 110px;
    height: 36px;
    background: #007bff;
    color: #fff;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}
.gts_quick_box:hover {
    box-shadow: 0 6px 12px rgba(26,26,26,.1);
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}
.gts_value .title_public p {
    color: #ffffff;
}
.gts_news {
    padding: 60px 0;
    background: #ffffff;
}
.gts_news_swiper {
    margin-top: 30px;
    position: relative;
}
.gts_news_title a {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.gts_news_title span {
    font-size: 20px;
    color: rgba(23, 36, 52, 1);
    font-weight: bold;
}
.gts_news_title i {
    font-size: 14px;
    color: rgba(23, 36, 52, 1);
    margin-left: 10px;
    opacity: .5;
    font-style: normal;
}
.gts_news_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gts_news_title {
    flex: 0 0 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(222,223,224,.5);
    padding-bottom: 20px;
}
.gts_news_fl {
    flex: 0 0 40%;
}
.gts_news_fr {
    flex: 0 0 58%;
    background: #ffffff;
}
.gts_news_img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.gts_news_img {
    overflow: hidden;
    height: 300px;
}
.gts_news_text {
    background: #ffffff;
    padding: 20px 0;
}
.gts_news_text h3 {
    font-size: 16px;
    max-height: 52px;
    overflow: hidden;
    display: block;
    line-height: 1.5;
    color: #000000;
}
.gts_news_text p {
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.gts_news_inner {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}
.gts_news_inner h3 {
    width: 100%;
    margin: 0;
    font-size: 16px;
    max-height: 52px;
    overflow: hidden;
    display: block;
    line-height: 1.5;
    color: #000000;
}
.gts_news_fr .gts_news_item {
    border-bottom: 1px solid #f3f4f8;
}
.gts_news_inner p {
    width: 100%;
    font-size: 14px;
    margin-top: 5px;
    color: #ccc;
}
.gts_news_inner time {
    margin-right: 15px;
}
.gts_news_item:nth-child(1) .gts_news_inner {
    padding-top: 0;
}

.gts_news_button {
    display: flex;
    justify-content: space-between;
    width: 10%;
    margin: 30px auto 0;
    padding-bottom: 10px;
}
.nav_next {
    background: #ffffff;
    line-height: 40px;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    text-align: center;
}
.nav_prev {
    background: #ffffff;
    line-height: 40px;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    text-align: center;
}
.nav_next.swiper-button-disabled img {
    opacity: .2;
}
.nav_prev.swiper-button-disabled img {
    opacity: .2;
}
.gts_news_item:hover .gts_news_img img {
    transform: scale(1.05);
    transition: all 0.5s;
}
.gts_link {
    background: #f3f4f8;
    padding: 15px 0;
}
.gts_link_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.gts_link_flex span {
    font-size: 16px;
    color: #000;
}
.gts_link_flex a {
    font-size: 16px;
    color: #000;
    margin-right: 15px;
}

.gts_detail_flex {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}
.gts_detail_fl {
    width: 69%;
}
.gts_detail_fr {
    width: 30%;
}
.gts_detail_title h2 {
    font-size: 24px;
    line-height: 1.5;
}
.gts_detail_content {
    border: 1px solid rgba(222,223,224,.5);
    -webkit-box-shadow: 0 8px 30px 0 rgba(97,98,104,.04);
    box-shadow: 0 8px 30px 0 rgba(97,98,104,.04);
    background-color: #fff;
    padding: 32px 17px 10px;
}
.gts_detail_span {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    background: #f3f4f8;
    height: 40px;
    line-height: 40px;
}
.gts_detail_span span {
    font-size: 12px;
    color: #878d99;
    padding-left: 15px;
}
.gts_detail_span a {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #ffffff;
    background: #0064c8;
    padding: 0 15px;
    background-image: linear-gradient(60deg,#0064c8,#268ffe);
}
.gts_detail_inner {
    margin: 24px 0 0;
    font-size: 16px;
    color: #333;
    word-wrap: break-word;
}
.gts_detail_blockquote {
    margin-bottom: 0;
    padding: 12px 15px;
    margin-top: 32px;
    line-height: 1.6;
    border-left: 5px solid #007afe;
    border-radius: 0 2px 2px 0;
    background-color: #FAFAFA;
}
.gts_detail_blockquote h6{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 3px;
    color: #525959;
}
.gts_detail_blockquote p{
    color: #888;
    margin-bottom: 0;
    font-size: 13px;
}
.gts_prev_next {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    margin: 30px 0;
}
.prev_next {
    width: 48%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #9d9d9d;
    font-size: 14px;
}
.prev_next a {
    font-size: 14px;
    color: #182434;
}
.gts_like h3 {
    position: relative;
    height: 50px;
    line-height: 48px;
    padding: 0;
    border-bottom: 1px solid #f2f2f2;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 18px;
    overflow: hidden;
    margin-bottom: 15px;
}
.gts_like_fr a {
    color: #182434;
    line-height: 1.5;
    display: block;
    height: 50px;
    overflow: hidden;
}
.gts_like ul {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.gts_weight {
    border: 1px solid rgba(222,223,224,.5);
    -webkit-box-shadow: 0 8px 30px 0 rgba(97,98,104,.04);
    box-shadow: 0 8px 30px 0 rgba(97,98,104,.04);
    background-color: #fff;
    padding: 15px;
    margin-bottom: 10px;
}
.gts_weight h3 {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #f2f2f2;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 18px;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.gts_weight h3:after {
    position: absolute;
    width: 72px;
    height: 1px;
    background: #0064c8;
    content: "";
    bottom: 0px;
    left: 0;
}

.gts_gues_form .gts_scr_input .input_msg {
    background: url(../img/dljz-icon-msg.png) 15px 50% no-repeat;
}
.gts_gues_form .gts_scr_input input {
    display: block;
    height: 42px;
    width: 100%;
    padding-left: 50px;
    border: 1px solid #eee !important;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 15px;
    background-color: #fff;
    font-size: 14px;
}
.gts_gues_form .gts_scr_input .input_name {
    background: url(../img/dljz-icon-name.png) 15px 50% no-repeat;
    border-left: none;
}
.gts_gues_form .gts_scr_input .input_phone {
    background: url(../img/dljz-icon-phone.png) 15px 50% no-repeat;
    border-left: none;
}
.gts_gues_form .gts_scr_input .input_submit {
    width: 100%;
    background: #0064c8;
    font-size: 14px;
    background-color: #0064c8;
    background-image: linear-gradient(60deg,#0064c8,#268ffe);
    border-color: #0064c8;
    height: 38px;
    color: #fff;
    cursor: pointer;
    padding-left: 0px;
    margin-bottom: 0;
}
.gts_toux img {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 100%;
}
.gts_introduce h6 {
    margin: 20px 15px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
.gts_introduce span {
    font-size: 12px;
    color: #0166cb;
    margin-left: 5px;
    line-height: 1;
}
.gts_introduce p {
    text-align: center;
    color: #979c9b;
    margin: 12px 0;
    font-size: 12px;
    padding: 0 50px;
    display: block;
}


.gts_zq ul {
    margin: 15px 0 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 0;
}

.gts_zq ul li {
    width: 33.3333333%;
    background-color: transparent;
    border-right: 1px solid #f0f2f5;
    text-align: center;
    font-size: 12px;
    list-style: none;
}

.gts_zq ul li em {
    display: block;
    margin-bottom: 6px;
    color: #f66060;
    font-size: 16px;
    font-family: Roboto;
    font-style: normal;
}

.gts_zq ul li cite {
    font-style: normal;
}
.gts_zx a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}

.gts_zx img {
    width: 16px;
    margin-right: 3px;
}

.gts_zx span {
    font-size: 12px;
    color: #ffffff;
}

.gts_zx {
    background: #1a7afe;
    margin: 0 auto 10px;
    width: 90px;
}
.gts_zx:hover {
    opacity: .9;
}
.gts_hot ul {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 25px;
}
.gts_hot ul li a {
    color: #182434;
    line-height: 2;
}
.gts_detail_inner img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}
.gts_like h3:after {
    position: absolute;
    width: 72px;
    height: 1px;
    background: #0064c8;
    content: "";
    bottom: 0px;
    left: 0;
}
.gts_detail {
    padding-bottom: 60px;
}



.swiper-tabs {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(222,223,224,.5);
    border-top: 1px solid #eeefef;
    height: 56px;
    line-height: 56px;
}
.tabs_text a {
    display: none;
}
.swiper-tab.active .tabs_text a {
    display: none;
    position: absolute;
    right: 0;
}
.tabs_text {
    display: flex;
    justify-content: space-between;
}
.tabs_text span {
    font-size: 16px;
    color: rgba(23, 36, 52, 1);
    cursor: pointer;
    padding: 0 30px;
}
.swiper-tab.active .tabs_text span {
    color: #ffffff;
    background: #000000;
}
.gts_news_text time {
    height: 0px;
    overflow: hidden;
    display: block;
}
.tabs_text a {
    font-size: 14px;
    color: rgba(23, 36, 52, 1);
    margin-left: 10px;
    opacity: .5;
    font-style: normal;
    display: none;
}
.gts_news_title {
    display: none;
}


.gts-footer-top {
    background: rgba(27, 27, 27, 1);
}
.gts-footer-bqba {
    background: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    padding: 15px 0;
}
.gts-footlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gts-f40flex {
    display: flex;
    justify-content: center;
}
p.gts-ftit {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
}

.gts-f15 {
    width: 15%;
}

.gts-f40 {
    width: 40%;
}
.gts-footline {
    background: rgba(42, 42, 42, 1);
    height: 145px;
    width: 2px;
    margin: 30px 0;
}
.gts-f20 {
    width: 20%;
}
.gts-flxa {
    display: flex;
    flex-direction: column;
    line-height: 28px;
    flex: 1;
}
a.gts-flink {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    display: block;
}
p.gts-smzx {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 10px;
}
.gts-pl3{
    padding-left: 3%;
}
.gts-pl10{
    padding-left: 10%;
}
.gts-pl3{
    padding-left: 3%;
}
.gts-footer-bqba p {
    text-align: center;
    margin-bottom: 0;
}
.gts-footer-bqba a {
    color: #ffffff;
}
.gts-fmoblie {
    display: none;
}


.gts_like ul li h4 {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    padding: 0;
}

.gts_like ul li {
    margin-bottom: 10px;
    list-style: none;
    width: 31.3%;
    margin-right: 3%;
}
.gts_like ul li h4 span:last-child {
    margin-left: 10px;
}

.gts_hot ul li h4 {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    padding: 0;
}

.gts_hot ul li {margin-bottom: 10px;}

.gts_hot ul li h4 span:last-child {
    margin-left: 10px;
}


.gts_like ul li:nth-child(3n) {
    margin-right: 0;
}

.gts_like_fl img {
    width: 100%;
    height: 130px;
    border-radius: 6px;
    object-fit: cover;
}

.gts_like_fr {
    padding: 10px 0 0;
}